Gets the key value of the group.
Namespace:
C1.LiveLinq.LiveViewsAssembly: C1.Silverlight.LiveLinq (in C1.Silverlight.LiveLinq.dll)
Syntax
C# |
---|
public TKey Key { get; } |
Visual Basic |
---|
Public ReadOnly Property Key As TKey Get |
Implements
IGrouping<(Of <(<'TKey, TElement>)>)>..::..KeyRemarks
The key value is common to the elements of this group.